.product-card-pcard{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #f1f5f9;height:100%;display:flex;flex-direction:column;transform:none;margin:0;animation:fadeInUpPcard .6s ease-out;min-width:250px;max-width:100%}@keyframes fadeInUpPcard{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card-pcard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026;border-color:#4895cf}.favorite-btn-pcard{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:25;box-shadow:0 2px 8px #00000026}.favorite-btn-pcard:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.favorite-btn-pcard:active{transform:scale(.95)}.favorite-btn-pcard.favorite-active{background:#ff4757;color:#fff}.favorite-btn-pcard.loading{opacity:.7;cursor:not-allowed}.favorite-icon{width:18px;height:18px;transition:all .3s ease}.favorite-btn-pcard:not(.favorite-active) .favorite-icon{color:#666}.favorite-btn-pcard:hover .favorite-icon{color:#ff4757}.favorite-btn-pcard.favorite-active:hover .favorite-icon{color:#fff}.favorite-spinner-pcard{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spinPcard 1s linear infinite}@keyframes spinPcard{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.promotion-badge-pcard{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 10px;border-radius:8px;font-size:.75rem;font-weight:800;z-index:20;box-shadow:0 4px 12px #ef444466;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.2);animation:pulsePcard 2s infinite}@keyframes pulsePcard{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-image-pcard{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;isolation:isolate;flex-shrink:0}.product-image-pcard img{width:100%;height:100%;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);padding:.5rem;position:relative;z-index:2}.product-img-pcard.loading-pcard{opacity:0;transform:scale(.95)}.product-img-pcard.loaded-pcard{opacity:1;transform:scale(1);animation:imagePopInPcard .5s cubic-bezier(.4,0,.2,1)}@keyframes imagePopInPcard{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.product-card-pcard:hover .product-image-pcard img.loaded-pcard{transform:scale(1.08)}.image-placeholder-pcard{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;font-size:2.5rem;text-align:center;padding:2rem;width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);z-index:1}.image-placeholder-pcard .placeholder-icon-pcard{margin-bottom:1rem;opacity:.6}.image-placeholder-pcard p{font-size:.9rem;margin:.5rem 0 .25rem;color:#6b7280;font-weight:500}.image-placeholder-pcard small{font-size:.75rem;color:#9ca3af;line-height:1.4;max-width:250px}.image-loading-pcard{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#6b7280;z-index:3;animation:fadeInPcard .3s ease}@keyframes fadeInPcard{0%{opacity:0}to{opacity:1}}.loading-spinner-pcard{width:40px;height:40px;border:3px solid rgba(72,149,207,.2);border-top:3px solid #4895CF;border-radius:50%;animation:spinPcard 1s linear infinite;margin-bottom:1rem}.image-loading-pcard p{font-size:.85rem;margin:0 0 .5rem;font-weight:500;color:#4b5563}.image-loading-pcard small{font-size:.7rem;color:#9ca3af;font-weight:400}.product-overlay-pcard{position:absolute;inset:0;background:linear-gradient(135deg,#16395cf2,#2c5f8ee6);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;padding:1.5rem}.product-card-pcard:hover .product-overlay-pcard{opacity:1;transform:translateY(0)}.btn-overlay-pcard{background:#fffffff2;border:none;padding:.75rem 1.25rem;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;min-width:160px;justify-content:center;color:#1f2937;text-decoration:none;box-shadow:0 4px 16px #00000026;letter-spacing:.3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-overlay-pcard:hover{background:#4895cf;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #4895cf66}.btn-overlay-pcard:active{transform:translateY(-1px)}.btn-overlay-pcard svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5;transition:transform .2s ease}.btn-overlay-pcard:hover svg{transform:scale(1.1)}.product-info-pcard{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.75rem;background:#fff;min-height:240px}.product-meta-pcard{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;gap:.5rem}.product-brand-pcard{background:linear-gradient(135deg,#4895cf,#2c5f8e);color:#fff;padding:.4rem .85rem;border-radius:10px;font-size:.7rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 8px #4895cf4d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.product-category-pcard{color:#bac1ce;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.product-name-pcard{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem;letter-spacing:-.2px}.product-name-pcard a{color:inherit;text-decoration:none;transition:color .2s ease}.product-name-pcard a:hover{color:#4895cf}.product-description-pcard{color:#6b7280;font-size:.8rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1;font-weight:400;min-height:3.6rem}.product-prices-pcard{display:flex;flex-direction:column;gap:.25rem;margin:.5rem 0}.price-promo-pcard{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.current-price-pcard{font-size:1.4rem;font-weight:800;color:#ef4444;letter-spacing:-.5px;line-height:1}.original-price-pcard{font-size:.95rem;color:#9ca3af;text-decoration:line-through;font-weight:500;margin-right:.5rem}.price-normal-pcard{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price-normal-pcard .current-price-pcard{color:#1f2937;font-size:1.4rem;font-weight:800;letter-spacing:-.5px}.currency-pcard{font-size:.8rem;color:#6b7280;font-weight:600;margin-left:2px}.discount-amount-pcard{font-size:.8rem;color:#10b981;font-weight:600;background:#10b9811a;padding:.2rem .5rem;border-radius:6px}.price-note-pcard{font-size:.7rem;color:#4895cf;background:#4895cf1a;padding:.2rem .5rem;border-radius:6px;font-weight:600}.price-additional-info-pcard{margin-top:.25rem}.price-additional-info-pcard small{font-size:.7rem;color:#9ca3af;font-style:italic}.product-stock-pcard{margin:.25rem 0}.stock-badge-pcard{padding:.5rem .85rem;border-radius:10px;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;border:1px solid transparent}.stock-badge-pcard svg{width:14px;height:14px;stroke:currentColor;stroke-width:3;flex-shrink:0}.in-stock-pcard{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-color:#10b981}.in-stock-pcard:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98133}.stock-low-pcard{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-color:#f59e0b}.stock-low-pcard:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b33}.product-model-pcard{margin-top:.25rem}.product-model-pcard small{font-size:.75rem;color:#dbdee4;font-weight:500}.debug-info-pcard{margin-top:.5rem;padding:.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.debug-info-pcard details{font-size:.75rem}.debug-info-pcard summary{cursor:pointer;font-weight:600;color:#4895cf}.debug-info-pcard ul{margin:.5rem 0 0 1rem;padding:0}.debug-info-pcard li{margin-bottom:.25rem}.favorite-error-pcard{margin-top:.5rem;padding:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-size:.75rem}.product-actions-mobile-pcard{display:none;gap:.75rem;margin-top:1rem}.btn-mobile-pcard{flex:1;padding:.85rem 1rem;border-radius:12px;font-size:.85rem;font-weight:700;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;letter-spacing:.3px}.btn-quick-view-mobile-pcard{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#374151;border:1.5px solid #e5e7eb}.btn-quick-view-mobile-pcard:hover{background:linear-gradient(135deg,#e2e8f0,#d1d5db);color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-details-mobile-pcard{background:linear-gradient(135deg,#4895cf,#2c5f8e);color:#fff;border:1.5px solid #2C5F8E;box-shadow:0 2px 8px #4895cf4d}.btn-details-mobile-pcard:hover{background:linear-gradient(135deg,#2c5f8e,#16395c);transform:translateY(-2px);box-shadow:0 6px 20px #4895cf66}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard,.swiper-slide .product-card-pcard,.home-carousel .product-card-pcard{min-width:280px;max-width:320px;margin:0 5px;transform:none}.carousel-container .product-card-pcard:hover,.slick-slide .product-card-pcard:hover,.swiper-slide .product-card-pcard:hover,.home-carousel .product-card-pcard:hover{transform:translateY(-8px)}.slick-list{padding:20px 10px!important;margin:0 -10px!important}.slick-slide>div{padding:0 10px;height:100%}.slick-center .product-card-pcard{transform:scale(1.02);z-index:10;box-shadow:0 20px 50px #00000040}.slick-center .product-card-pcard:hover{transform:scale(1.02) translateY(-8px)}@media(min-width:1440px){.product-card-pcard{min-width:280px}.product-image-pcard{height:240px}}@media(max-width:1200px){.product-card-pcard{min-width:260px}.product-image-pcard{height:200px}.product-info-pcard{padding:1rem}}@media(max-width:1024px){.product-card-pcard{min-width:240px}.product-image-pcard{height:180px}.product-info-pcard{padding:.875rem;min-height:220px}.product-name-pcard{font-size:.95rem;min-height:2.6rem}.current-price-pcard{font-size:1.2rem}}@media(max-width:768px){.product-card-pcard{min-width:220px}.product-image-pcard{height:160px}.product-info-pcard{padding:.75rem;min-height:200px;gap:.5rem}.product-name-pcard{font-size:.9rem;min-height:2.4rem}.product-description-pcard{font-size:.75rem;min-height:3rem;-webkit-line-clamp:2}.current-price-pcard{font-size:1.1rem}.product-overlay-pcard{display:none}.product-actions-mobile-pcard{display:flex}.favorite-btn-pcard{width:32px;height:32px;top:8px;right:8px}.favorite-icon{width:16px;height:16px}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard{min-width:200px}}@media(max-width:640px){.product-card-pcard{min-width:200px}.product-image-pcard{height:150px}.product-info-pcard{padding:.625rem;min-height:180px;gap:.375rem}.product-name-pcard{font-size:.85rem;min-height:2.2rem}.product-description-pcard{font-size:.7rem;min-height:2.6rem}.current-price-pcard{font-size:1rem}.product-actions-mobile-pcard{flex-direction:column;gap:.5rem}.btn-mobile-pcard{padding:.625rem .75rem;font-size:.75rem}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard{min-width:180px}}@media(max-width:480px){.product-card-pcard{min-width:180px}.product-image-pcard{height:140px}.product-info-pcard{padding:.5rem;min-height:170px}.product-name-pcard{font-size:.8rem;min-height:2rem}.product-description-pcard{font-size:.65rem;min-height:2.3rem}.current-price-pcard{font-size:.95rem}.btn-mobile-pcard{padding:.5rem .625rem;font-size:.7rem}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard{min-width:160px;margin:0 3px}}@media(max-width:360px){.product-card-pcard{min-width:160px}.product-image-pcard{height:130px}.product-info-pcard{padding:.375rem;min-height:160px}.product-name-pcard{font-size:.75rem;min-height:1.8rem}.product-description-pcard{font-size:.6rem;min-height:2rem}.current-price-pcard{font-size:.9rem}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard{min-width:150px;margin:0 2px}}.product-overlay-pcard{width:100%;height:100%}.product-image-pcard img{display:block;max-width:100%;max-height:100%}@media(prefers-color-scheme:dark){.product-card-pcard{background:#1f2937;border-color:#374151;box-shadow:0 2px 12px #0000004d}.product-card-pcard:hover{border-color:#4895cf;box-shadow:0 12px 32px #0006}.product-name-pcard{color:#f9fafb}.product-name-pcard a:hover{color:#60a5fa}.product-description-pcard{color:#d1d5db}.price-normal-pcard .current-price-pcard{color:#f9fafb}.currency-pcard{color:#d1d5db}.product-info-pcard{background:linear-gradient(135deg,#0f4780,#4895cf)}.carousel-container .product-card-pcard,.slick-slide .product-card-pcard{background:#1f2937!important;border-color:#374151!important}}.btn-overlay-pcard:focus-visible,.btn-mobile-pcard:focus-visible,.favorite-btn-pcard:focus-visible{outline:3px solid #4895CF;outline-offset:2px}.product-card-pcard:focus-within{outline:2px solid #4895CF;outline-offset:2px}.product-name-pcard,.product-description-pcard{word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.btn-mobile-pcard{min-height:44px;display:flex;align-items:center;justify-content:center}.favorite-btn-pcard{min-height:32px}}.product-image-pcard img{will-change:transform}.product-img-pcard.loading-pcard{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loadingShimmerPcard 1.5s infinite}@keyframes loadingShimmerPcard{0%{background-position:-200% 0}to{background-position:200% 0}}
